home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4104 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  933 b 

  1. Path: prodigy.com!usenet
  2. From: FSMJ76A@prodigy.com (Stephen Pride)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: file splitter
  5. Date: 2 Feb 1996 00:00:31 GMT
  6. Organization: Prodigy Services Company  1-800-PRODIGY
  7. Distribution: world
  8. Message-ID: <4erk6v$1nf4@useneta1.news.prodigy.com>
  9. References: <4er295$23c2@tiger1.ocs.lsu.edu>
  10. NNTP-Posting-Host: inugap5.news.prodigy.com
  11. X-Newsreader: Version 1.2
  12.  
  13. I created a program eons ago that splits a file (binary or ascii) into 
  14. several
  15. "chunks".   You can give it the maximum size in bytes for each of the
  16. "chunks" or give it the maximum number of lines in each "chunk".  You 
  17. can
  18. also recreate the original file from the "chunks".   When I last worked 
  19. on the
  20. program, I was adding a CRC-32 checksum feature to test the original file 
  21. against the "chunks" (I can't remember if I completed this phase).   Let 
  22. me
  23. know if you're interested and I'll see if I can't send you a copy 
  24. (somehow).
  25.  
  26. Steve
  27.  
  28.